Per session and per user analysis tests - Extensive user tests

Analysis of users.

Table of Contents

  1. Preparation

  2. Function tests

  3. User metrics checks

Preparation


In [ ]:
%run "../Functions/3. Per session and per user analysis.ipynb"

In [ ]:
for userId in getAllResponders():
    print()
    print()
    print()
    print()
    print(getUserDataPreview(userId))

In [ ]:


In [ ]:
rmdf1522[rmdf1522['userId'] == '1d63aa60-45c8-4b3a-87af-07700fcf3c02'].dropna(axis=1, how='all')